home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / DISK1 / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TSIGNATUREFORM / TSIGNATUREFORM.txt
Text File  |  1999-09-10  |  3KB  |  88 lines

  1. object SignatureForm: TSignatureForm
  2.   Left = 81
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Message Signature'
  6.   ClientHeight = 170
  7.   ClientWidth = 510
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 6
  18.     Top = 6
  19.     Width = 501
  20.     Height = 29
  21.     AutoSize = False
  22.     Caption = 
  23.       'Enter your signature below. This signature will be included at t' +
  24.       'he end of every message you send. Note: Internet etiquette sugge' +
  25.       'sts signatures of less than five lines.'
  26.     WordWrap = True
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 8
  30.     Top = 40
  31.     Width = 495
  32.     Height = 89
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clBlack
  35.     Font.Height = -13
  36.     Font.Name = 'Courier New'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     ScrollBars = ssBoth
  40.     TabOrder = 0
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 257
  44.     Top = 140
  45.     Width = 89
  46.     Height = 25
  47.     TabOrder = 1
  48.     Kind = bkCancel
  49.   end
  50.   object BitBtn2: TBitBtn
  51.     Left = 165
  52.     Top = 140
  53.     Width = 89
  54.     Height = 25
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.     Glyph.Data = {
  60.       DE010000424DDE01000000000000760000002800000024000000120000000100
  61.       0400000000006801000000000000000000001000000000000000000000000000
  62.       80000080000000808000800000008000800080800000C0C0C000808080000000
  63.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  64.       3333333333333333333333330000333333333333333333333333F33333333333
  65.       00003333344333333333333333388F3333333333000033334224333333333333
  66.       338338F3333333330000333422224333333333333833338F3333333300003342
  67.       222224333333333383333338F3333333000034222A22224333333338F338F333
  68.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  69.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  70.       0000333333333A222433333333333338F338F33300003333333333A222433333
  71.       333333338F338F33000033333333333A222433333333333338F338F300003333
  72.       33333333A222433333333333338F338F00003333333333333A22433333333333
  73.       3338F38F000033333333333333A223333333333333338F830000333333333333
  74.       333A333333333333333338330000333333333333333333333333333333333333
  75.       0000}
  76.     NumGlyphs = 2
  77.   end
  78.   object UseSignature: TCheckBox
  79.     Left = 8
  80.     Top = 142
  81.     Width = 97
  82.     Height = 17
  83.     Caption = 'Use signature'
  84.     State = cbChecked
  85.     TabOrder = 3
  86.   end
  87. end
  88.